/-app
LayoutTable.ts
main.css
start.ts
/-imports
/-storage
/-storage/api
/-storage/indexedDB
/-storage/localStorage
/-storage/webSQL
/-typings
codemirror.d.ts
websql.d.ts
functions.ts
index.html
48
 
1
<!doctype html><html><head><title>Teapo - [teapo v0.5a]</title><script>###functions.ts:build###</script>
2
<style>###app/main.css###</style>
3
<style>###imports/codemirror/codemirror.css###</style>
4
<style>###imports/codemirror/dialog.css###</style>
5
<style>###imports/codemirror/foldgutter.css###</style>
6
<style>###imports/codemirror/show-hint.css###</style>
7
<style>###imports/codemirror/tern.css###</style>
8
<script>###imports/codemirror/codemirror-compressed.js###</script>
9
<script>###imports/jquery/jquery-1.11.1.min.js###</script>
10
</head>
11
<body>
12
  
13
  <table width=100% height=100% border=1 class=teapo-layout-table>
14
    <tr height=1><td height=1 width=20% class=teapo-layout-table-lefttop>
15
      <button>
16
        open
17
      </button>
18
      <button>
19
        save
20
      </button>
21
      <button>
22
        exit
23
      </button>
24
      </td>
25
      <td class=teapo-layout-table-righttop>
26
        rest of the content...
27
      </td>
28
    </tr>
29
    <tr height=99%><td height=99% class=teapo-layout-table-leftmiddle>
30
      Ok OK OK!
31
      </td>
32
      <td class=teapo-layout-table-rightmiddle>
33
        Rest of the content middle
34
      </td>
35
    </tr>
36
    <tr height=1><td height=1 class=teapo-layout-table-leftbottom>
37
      status bar...
0:0